projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d17b309
)
(indicate-unused-lines, default-indicate-unused-lines): New variable aliases.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Nov 2002 04:55:28 +0000
(
04:55
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Nov 2002 04:55:28 +0000
(
04:55
+0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index bff80ce66253173c7c987705df5fc7e3e9a08f1a..08dd0474fbfebff8e85741c02c967001d01cb9e8 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3226,6
+3226,9
@@
The variable `selective-display' has a separate value for each buffer."
(prin1 selective-display t)
(princ "." t))
+(defvaralias 'indicate-unused-lines 'indicate-empty-lines)
+(defvaralias 'default-indicate-unused-lines 'default-indicate-empty-lines)
+
(defun toggle-truncate-lines (arg)
"Toggle whether to fold or truncate long lines on the screen.
With arg, truncate long lines iff arg is positive.